home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / cm_id5.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-04-09  |  1.1 KB  |  64 lines

  1. object Form1: TForm1
  2.   Left = 243
  3.   Top = 115
  4.   Width = 345
  5.   Height = 113
  6.   Caption = 'Crackme [id:5] (c) tC...'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 264
  18.     Top = 0
  19.     Width = 69
  20.     Height = 16
  21.     Caption = 'User Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 264
  25.     Top = 32
  26.     Width = 59
  27.     Height = 16
  28.     Caption = 'Serial No.'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 0
  32.     Top = 0
  33.     Width = 257
  34.     Height = 24
  35.     MaxLength = 32
  36.     TabOrder = 0
  37.   end
  38.   object Edit2: TEdit
  39.     Left = 0
  40.     Top = 32
  41.     Width = 257
  42.     Height = 24
  43.     TabOrder = 1
  44.   end
  45.   object Button1: TButton
  46.     Left = 0
  47.     Top = 56
  48.     Width = 257
  49.     Height = 25
  50.     Caption = 'Validate my Serial No.'
  51.     TabOrder = 2
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 256
  56.     Top = 56
  57.     Width = 81
  58.     Height = 25
  59.     Caption = 'aBoUt'
  60.     TabOrder = 3
  61.     OnClick = Button2Click
  62.   end
  63. end
  64.